


BMECH_FILTER(fld,ch,filt) batch process filtering of given channel(s) with multiple options
ARGUMENTS
fld ... Folder to batch process (string). Default: folder selection window.
ch ... Channel(s) to filter (single string or cell array of strings).
Use 'Video','Analog',or 'all' to filter video, analog, or
all channels. Default 'all'.
filt ... Filter options (struct). Default: 4th order butterworth low-pass filter
with 10Hz cutoff.
filt can contain the following fields:
filt.type = 'butterworth','chebychev I/II','eliptic','bessel'
filt.cutoff = integer cutoff frequency.
filt.order = interger filter order
filt.pass = 'lowpass','highpass'
filt.srip = stopband ripple (see 'cheby1,cheby2,ellip)
filt.prip = peak-to-peak ripple (see 'ellip')
NOTES
- Sampling rate will be read from zoo file.
See also filter_data, filter_line, butter, cheby1, cheby2, ellip,besself